home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / bkpwiz31.zip / BKPWIZ.EXE / LOGUTL.BAT < prev    next >
DOS Batch File  |  1996-10-15  |  1KB  |  41 lines

  1. echo off
  2.  
  3. :If %prog%==SYNCHRO goto cont
  4. :If %errx%==0 goto cont
  5. :set errx=0
  6. :goto exit
  7. :cont
  8. call timey
  9. If %prog%==SYNCHRO echo  DIRECTORY %1 Used to %text%   %2>>Backup.log
  10. If %prog%==MOVEZIP echo       File  MOVED FROM %1 TO %2>>Backup.log
  11. clrx 1
  12. clockx>nul
  13. onscrn                   "BACKUP WIZARD"   /c 79 /q
  14. onscrn                   "============="   /c 79 /q
  15. type return
  16. Onscrn "THIS IS A %prog% OPERATION."  79 /c /Q
  17. type return
  18. Onscrn "           SOURCE PATH:                  %1           " 79 /Q
  19. If %prog%==MOVEZIP goto contmv
  20. Onscrn   "                      ( Used to %text%)                     " 79 /Q
  21. goto contx
  22. :contmv
  23. Onscrn   "                      ( %text% )                     " 79 /Q
  24. :contx
  25. Onscrn "           TARGET PATH                   %2           " 79 /Q
  26. Onscrn "         =================               =========== " 79 /Q 
  27. type return
  28. Onscrn "PARK-A-BYTE iNC." /c 31 /q
  29. Onscrn "GUARDIAN OF WORLD'S MOST IMPORTANT DATA-----YOURS! "  79  /Q /c
  30. pause
  31. :exit
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.